docs: add Rstack CLI best practices skill#2
Conversation
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request adds a new documentation file, SKILL.md, under .agents/skills/rstack-cli-best-practices/. The document describes Rstack CLI best practices, including a table of available rs commands (dev, build, preview, lib, doc, test, lint, staged) and their underlying tools, guidance on configuring rstack.config.ts via define.* helpers, a "Lazy Configuration" section recommending async dynamic imports over heavy top-level imports, and a table mapping direct tool package imports to preferred Rstack-exported import paths. No code entities or exported/public declarations are altered. Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Summary
This PR adds a repo-local Codex skill for Rstack CLI work so future agent-assisted changes use the same
rscommand,rstack.config.ts, and import-path conventions. It documents the command map, lazy configuration guidance, and preferred imports from therstackpackage.